pointer value

英 [ˈpɔɪntə(r) ˈvæljuː] 美 [ˈpɔɪntər ˈvæljuː]

网络  指针值

计算机



双语例句

  1. However, remember that casting an integer value to a pointer value does not conform to the C language standard.
    但是将整数值转换为指针值并不遵循C语言标准。
  2. This pointer must be an absolute directory path, so you may need to tweak this value in your own code.
    这个指针必须是一个绝对目录路径,因此您可能需要在自己的代码中调整该值。
  3. For instance, if you have a% union declaration that includes both integer and pointer values, and you declare a token to use the pointer value, but your lexer fills in the integer value
    例如,如果您有一个既包括整型值又包括指针型值的%union声明,而且您声明了一个记号来使用指针类型的值,但是您的lexer却赋与其整型的值
  4. In earlier versions, it changes the return value of the generated function in_word_set() from its default Boolean value ( that is, 0 or1) to the pointer to wordlist array type.
    在早期版本中,它将生成的函数inwordset()返回的默认布尔值(即0或1)修改为pointertowordlistarray类型。
  5. When you take the mouse pointer on top of the pie chart pointing to each database portion, you can see the percentage value that particular space has covered within the pie chart.
    如果把鼠标指针放在饼图上面,指向每个数据库部分,就会看到对应的百分数。
  6. This tells Clojure to de-reference the pointer and gives you the actual value.
    这告知Clojure取消对指针的引用,并给出真实值。
  7. Here argv is the pointer containing arguments list and envp is the pointer containing list of environment variables which are basically key= value pairs.
    在这里,argv是包含有参数list的指针,envp是包含有环境变量列表(主要是key=value对)的指针。
  8. This marker is usually called the null value, the null list, or the null pointer.
    这个标记通常称作空值(nullvalue)、空列表(nulllist)或者空指针(nullpointer)。
  9. You can simulate this yourself by using a printf() call and the strerror() function, which returns a pointer to the textual representation of the current errno value.
    您可以通过使用printf()调用和strerror()函数(该函数返回当前errno值的文字表示形式的指针)来模拟此程序。
  10. That means a reference type can have a null pointer, but a value type cannot have a null value.
    这意味着引用类型可能有空指针,但是数值类型不能有空值。
  11. This function returns a pointer to the value in the environment or NULL if there is no match.
    这个函数会返回一个指向环境中的值的指针,或者如果不匹配则返回NULL。
  12. Highlight the value: Hold the left mouse button down and drag your mouse pointer over the value.
    高亮显示此值:按住鼠标左键向下,把您的鼠标指针拖到此值上。
  13. The pointer will have some random value that, with luck, will point into an area of memory that is not available to your program and the kernel will kill your program before it can do any damage.
    这个指针会有一个随机值,如果运气好的话,它将会指向一个你程序不可用的内存区域,那麽内核将会在它造成什麽伤害前干掉你的程序。
  14. Using a pointer we can directly access the value stored in the variable which it points to.
    使用指针我们可以立即访问到存储在它所指向的变量中的值。
  15. Pointer is a special variable that stores the value which is interpreted as a memory address.
    指针是一个特殊的变量,它里面存储的数值被解释成为内存里的一个地址。
  16. Values of this type can now be allocated using the built-in function new, which returns a pointer to the value in memory with all slots initialized to the zero value.
    现在这一类型的值可以通过内建的函数new来分配,这将返回一个指针,指向一块内存单元,其所占内存槽初始化为零。
  17. An index has an entry for each value found in the table's indexed field ( s), and pointer ( s) to the row ( s) having that value.
    索引对表的索引字段的每个值有一个入口,还有指向具有该值的数据行的指针。
  18. ADDR is used in the parameter to give a pointer to the array as the parameter, and not the value itself.
    在参数中使用ADDR来把指向数组的指针作为参数,而不是值本身。
  19. This error occurs if a program passes an invalid pointer value or if the length of the buffer is too small.
    如果程序传递了无效的指针值,或者如果缓冲区的长度太小会发生此错误。
  20. Find Gets the position of an element specified by pointer value.
    返回指定数据对应的位置;
  21. The stack pointer is not used at all in the function and changing its value is meaningless.
    堆栈指针根本不能这样使用,改变它的值是无意义的。
  22. Read the pressure value, observation table pointer corresponding to the scale values and their relative units of value.
    读取压力数值时,观察表上指针对应的刻度值加上其相对的单位值即可。
  23. A pointer type describes an object whose value provides a reference to an entity of the referenced type.
    但是通过它的值则肯定可以找到他所引用的对象实体。
  24. The pointer to a row can contain some value which causes a hardware or software interrupt in case the row is not in memory.
    指示行的指示字还包含一个值,当相应行不在存贮器中时,它引起硬设备或软设备中断。
  25. And when I create a binding, x I'm taking a variable name, in this case x, stored somewhere in a table, and I'm creating a link or a pointer from that name to that value.
    当我创建一个绑定的时候,我有一个变量的名字,在这个例子中是,存在一个表中的某处,然后创建一个连接,或者指针从这个名字指向目标值。
  26. The pointer variant playing as the function parameters can change the value of the pointed variant in the call function.
    作为函数参数的指针变量,可以改变所指向的主调函数变量的值;
  27. After establishing about ε standard pointer of the predicate, the relation between truths of the predicate and areas of numerical value of general application is described.
    在建立了谓词的ε标准度概念后,描述了对一般应用的数值区域与对应谓词的真值之间的关系;
  28. A prototype tool has been developed. It integrates three typical data flow analysis techniques: null pointer dereference analysis, integer variable value interval analysis and the single-linked list reachability analysis, and offer the ability to interact with users.
    本文实现了一个分析工具原型,它将空指针解引用分析技术、整型变量取值范围分析技术、单链表可达性分析技术整合到一起,并允许使用者进行人工干预。